Vcenter Authorization Roles ListItem
The Vcenter Authorization Roles ListItem schema contains information about an authorization role in the vCenter Server.
This schema was added in vSphere API 9.0.0.0.
{
"role": "string",
"info": {
"name": "string",
"description": "string",
"privileges": [
"string"
],
"system": false
}
}
The ID of the role.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.authorization.Role
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.authorization.Role
.
Information about the role.
This property was added in vSphere API 9.0.0.0.